Top Secret Crypto Gold History
==============================


CHANGES		DESCRIPTION					DATE
---------------------------------------------------------------------------
		Initial Release.				15 Nov 2000

  1		Removed checks for invalid drive and drive	16 Nov 2000
		with no root directory after Browse for
		Folder. Some partitions were reported to be
		invalid by Windows in response to this check, 
		when in fact they were not.

  2		In some cases the program would freeze and 	21 Nov 2000
		not accept input when a dialog box or window
		was displayed when the program was minimized
		and you then restored the program in response
		to the flashing entry on the task bar. This
		has been corrected. The task bar entry will
		now flash, if the program is minimized, prior
		to any dialog box or window being created so 
		you will restore the program before they are 
		created.

  3		In some instances the main message loop would	22 Nov 2000
		write into areas of memory it should not be in
		causing the program to crash. Why this would
		happen I could never figure out. It only 
		happened when you left a window open in a
		procedure and exited the procedure and allowed
		the code in the main message loop to process 
		messages for that window. A procedure is now
		left open until all windows in it are closed,
		which seems to solve the problem.

  4		When signing a key, or creating a compromise
		certificate, and you minimized the program,
		its task bar entry would not flash when the
		signature calculations were complete. This is
		corrected.					23 Nov 2000

  5		When creating a set of public and secret keys
		and you selected Real-time priority, the
		program would freeze when any dialog box was
		displayed while real-time priority was in 
		effect. This is corrected.			23 Nov 2000

  6		Due to problems with using Real-time priority
		in key generation under Windows NT and 
		Windows 2000, this feature has been turned
		off for these operating systems.		24 Nov 2000

		Second Release.					01 Dec 2000

  7		Corrected problem with entering a file name
		when using the Save As dialog box in four
		places. If you entered a file name that
		already existed and you selected to overwrite
		the file, the program would not let you. Now
		you will be prompted to enter a different
		file name or cancel the operation.		05 Dec 2000

  8		Added a new option which allows you to turn
		the playing of sounds by the program on or
		off. While doing this I found that when using
		MessageBoxIndirect and system defined icons
		the appropriate sound would play for that
		message box even though the PlaySound function
		was turned off. This may account for the double
		sounds some people reported when a message box
		was displayed. This does not happen when using
		user defined icons for the message box. All 
		message boxes now use user defined icons.	05 Dec 2000

  9		When packing files, if you cancelled the 
		operation the incomplete output file would 
		not be deleted in all cases. It now is.		05 Dec 2000

 10		Corrected error when creating the prime number
		table that could cause the program to crash if 
		you cancelled the procedure before it was 
		completed.					05 Dec 2000

 11		Upgraded the progress bar in the pack, unpack,
		add to, test, and freshen a packed file
		procedures. They now give a much better 
		indication of the progress being made.		11 Dec 2000

 12		Added a Notify sound that is played when some
		long functions finish, and before the task bar
		icon is flashed if the program is minimized.	13 Dec 2000

 		Third release.					31 Dec 2000

 13		Corrected error in Extract e-mail file that
		would cause a program exception if you copied
		a R64 file into a WordPad doc file, or any 
		other type of file except a txt file, and then
		tried to extract it.				16 Jan 2001

 14		When extracting files from a packed file the
		name of the last file extracted will be 
		the final one displayed instead of the last
		file in the packed file.			16 Jan 2001

 15		When switching back to Top Secret Crypto
		via its task bar entry from another program,
		Top Secret Crypto would not always be brought
		to the foreground and made active. This is
		corrected.					16 Jan 2001

 16		Any "&" in file names and strings will now be
		displayed correctly in dialog boxes. 		18 Jan 2001

 17		Added an option to the options menu to allow
		you to select left or center alignment for the
		Key Ring, OTP Key Files, Phi Test, and Chi Test
		when they are displayed in a window.		22 Jan 2001

 18		When deleting files from a packed file the name
		of the last file deleted will be the final one
		displayed instead of the last file in the
		packed file.					22 Jan 2001

 19		Added a Launch Application function to the
		program.					25 Jan 2001

 20		Corrected initialization error for the HTML
		Help System Viewer. It would crash the program
		under certain conditions.			27 Jan 2001

 21		Corrected error when viewing key ring files
		and the vertical scroll bar, under certain
		conditions, would not be made visible.		03 Feb 2001

		Fourth Release					05 Feb 2001

 22		Due to all the problems with the Launch
		Application function getting it to work
		on different platforms, it has been removed
		from Top Secret Crypto.				06 Feb 2001

 		Fifth Release					06 Feb 2001

 23		Corrected error in Transform a File for E-mail
		procedure that could, under certain conditions,
		put a file name with an incorrect file extension
		into a transformed file header.			11 Feb 2001

 24		Adjusted the centering of the display for OTP
		Key Files and key ring files to take into
		account the vertical scroll bar.		11 Feb 2001

 25		Added numerous new help topics to the help file
		which incorporates some of the source code and
		algorithms used for the random bits bin, pseudo
		random number setup and generation, encryption
		and decryption, and the hiding of the secret
		components of a secret key.			12 Feb 2001

 26		When selecting multiple files from the root
		folder, you would receive an error stating the
		files could not be found. This has been 
		corrected in all cases.				12 Feb 2001

 27		Added more file filtering entries to many of
		the dialog boxes used to open files.		13 Feb 2001

		Sixth Release					14 Feb 2001

 28		Made adjustments to the way the status bar
		is handled when compressing files, adding to,
		extracting from, or freshening a packed file.	19 Feb 2001

 29		Added a few more file filtering entries to
		some dialog boxes, and corrected enc to tsc
		in some dialog boxes.				19 Feb 2001

 30		Corrected error in Transform a File for 
		E-mail that could cause a program crash when
		you cancelled out of enciphering a file after
		transforming a file for e-mail.			20 Feb 2001

 31		Updated and added some topics to the help
		file.						25 Feb 2001

 32		Corrected some spelling mistakes in the program,
		and numerous spelling mistakes in the help file, 
		with the help of a spelling and grammar checker 
		that works with htm files.			28 Feb 2001

 33		Made the scroll bar go away when viewing the
		first small key on a key ring.			01 Mar 2001

 34 		Speeded up the encryption and decryption
		procedures by suspending the random bits bin
		thread while the RSA encryption and decryption
		procedures are running.				10 Mar 2001

 35		Corrected intermittent error in the rsa private
		encryption and decryption procedures that
		could cause an error in some circumstances.	17 Mar 2001

 36		Greatly speeded up the rsa key generation and
		rsa encipher and decipher procedures by using
		some original C code from pgp for some of the
		core procedures.				17 Mar 2001

 37		Added Modulus n size and user id to dialog box
		when generating a set of keys.			18 Mar 2001

 38		The Status Bar now displays the currently loaded
		set of key ring files.				18 Mar 2001

 39		Fixed error in Add Keys procedure when merging
		two keys that would cause a program crash.	18 Mar 2001

		Seventh Release					18 Mar 2001

 40		Fixed error when a process is running and you
		select the main menu with the mouse the program
		would freeze. 					22 Mar 2001

 		Eighth Release					23 Mar 2001

 41		Programmed workaround for the GetDiskFreeSpaceEx
		Windows API which gives error 123 for path names 
		with more than 2 periods or a comma.		25 Mar 2001

 42		Added new option to automatically save and
		load a set of key ring files. Names are stored
		in the registry.				27 Mar 2001

 43		Upgraded the status bar display while unpacking,
		extracting, or testing files in or from a packed
		file for files that were just stored.		29 Mar 2001

 44		Added icons to the dialog boxes for deleting,
		wiping, or backing up files. Modified their
		behavior to conform to the other dialog boxes
		in the program.					31 Mar 2001

 45		Top Secret Crypto now follows the global 
		setting in Windows for displaying, or not 
		displaying, file extensions for known file
		types.						01 Apr 2001

 46		When viewing the contents of a One Time Pad 
		Key File the correct icon is now displayed in
		the caption bar.				02 Apr 2001

 47		Fixed Set Max Code Size procedure so you could
		reset a higher value for packing after setting
		a low value.					04 Apr 2001

 48		Modified the progress bar for backing up files
		and wiping files to reflect file size vice
		number of files.				05 Apr 2001

 49		Added new option that requests confirmation to
		wipe OTP Key Files after use.			09 Apr 2001

 50		The Browse for Folder dialog box is now 
		displayed centered in the program.		11 Apr 2001

 51		The last bit setting for packing files is
		is saved in the registry and restored the next
		time you run the program, if it is still valid.	16 Apr 2001

 52		Modified the backup key files procedure so it
		will back up loaded key rings when called from
		a procedure that modifies key rings. This did
		not work correctly before.			21 Apr 2001

 53		Change the registration procedure to include
		some encrypted data.				22 Apr 2001

		Ninth Release					22 Apr 2001

 54		Added make a True One Time Pad File procedure.	15 Jun 2001

 55		Added view a True One Time Pad File procedure.	17 Jun 2001

 56		Modified encryption and decryption procedures
		to use the True One Time Pad Files.		18 Jun 2001

 57		Modified the random bits generation and extract
		random bits procedures to use the Read
		Timestamp Counter Instruction which allows
		registered users to create True One Time Pad
		Files in minutes, vice many hours.		19 Jun 2001

 58		Added new option to turn on or off the use of
		the Read Timestamp Counter.			20 Jun 2001

 59		The option for wiping One Time Pad Files after
		encryption or decryption, now includes True
		One Time Pad Files				25 Jun 2001

		Tenth Release					01 Jul 2001

 60		Upgraded installation program so you can
		install a newer version over an old one
		without uninstalling the old one first.		25 Jul 2001

 61		Added Send Document as E-mail Attachment 
		procedure.					30 Jul 2001

 62		Added Export Public Key to clipboard
		procedure.					02 Aug 2001

 63		Upgraded all file viewing windows to accept
		keyboard input for the scroll bars.		04 Aug 2001

 64		Updgraded virtual list selection windows to
		accept single vice double click of left
		mouse button.					06 Aug 2001

 65		Added Import Public Key from clipboard
		procedure.					09 Aug 2001

 66		Added option to use an alternate set of
		icons in many of the message and dialog boxes.	14 Aug 2001

 67		Added Encrypt Contents of the Clipboard.	20 Aug 2001

 68		Added Decrypt Contents of the Clipboard.	21 Aug 2001

 69		Added Compose Regular E-mail Message.		01 Sep 2001

 70		Added Logon and Logoff MAPI E-mail Session.	02 Sep 2001

 71		Added View Contents of Your Address Book.	02 Sep 2001

 72		Added support to all virtual list windows
		and file viewing windows for the Escape Key 
		to close the window and cancel the procedure.	05 Sep 2001

 72		Swapped the meaning of the Shift and Alt keys
		when selecting items in a virtual list window.
		The Shift key selects a range of items, the Alt
		key selects all items, and the Ctrl and Alt
		keys together deselect all items.		06 Sep 2001	

 73		When holding down the Ctrl key and clicking
		on a selected item in a virtual list window,
		the item will be unselected.			06 Sept 2001

 74		Replaced Transform, Extract, and Reconstruct
		toolbar buttons with button for the Address
		Book, Write, Encrypt, and Send E-mail, and
		Read, Decrypt, and Save E-mail.			29 Sept 2001

 75		Replaced the icon for Top Secret Crypto.	03 Oct 2001

 76		Added Write, Encrypt, and Send an E-mail
		Message procedure.				03 Oct 2001

 77		Added Read, Decrypt, and Reply to an E-mail
		Message procedure.				12 Oct 2001

		Eleventh Release				13 Nov 2001

 78		Corrected MAPI equals 1 error that occured
		under certain rare circumstaneces.		15 Nov 2001

 79		Corrected error for menu items encrypt and
		decrypt the clipboard. They are now grayed
		when no key ring files are loaded.		17 Nov 2001

 80		The last three menu items would not display
		anything on the status bar when the mouse
		highlighted them. This is corrected		18 Nov 2001

 81		Corrected return receipt function which only
		said that the message was displayed but not
		decrypted.					19 Nov 2001

 82		The Import and Export Public Key menu items
		are now grayed if a set of key rings is not
		loaded.						19 Nov 2001

 83		If you wrote or replied to a message and
		started the encryption process and then
		cancelled it, and then wanted to compose
		another message, the address and subject
		of the cancelled message would be displayed.
		This is now fixed so it will not happen.	19 Nov 2001

		Interim Release 1.10.002 using same zip
		file name of Tsc110.zip.			20 Nov 2001

 84		Corrected error that would cause the program
		to crash while building a database of messages
		in your Inbox.					22 Nov 2001

		Interim Release 1.10.003 using same zip
		file name of Tsc110.zip.			22 Nov 2001

 85		Custom background and text colors are now
		saved in the registry for the next time you
		run Top Secret Crypto.				26 Nov 2001

 86		The size of the dialog boxes for reading and
		writing e-mail messages now depends on your
		screen resolution.				26 Nov 2001

 87		Corrected error in writing an e-mail procedure
		that disabled a window and would not enabled
		it again when you tried to encrypt a message
		with not text in it.				27 Nov 2001

 88		Added backup key ring files check before and
		after importing a public key from the 
		clipboard.					28 Nov 2001

		Interim Release 1.10.004 using same zip
		file name of Tsc110.zip.			28 Nov 2001

 89		Fixed error in installation program that left
		all of the default registry entries equal to 0
		for the current user.				30 Nov 2001

 90		Corrected error that caused a never ending loop
		when you wanted to check another set of key
		rings and then cancelled the procedure when
		you were asked to select the other key rings.	30 Nov 2001

		Interim Release 1.10.005 using same zip
		file name of Tsc110.zip.			30 Nov 2001

 91		Corrected Export Public Key procedure so you
		can not select a Public Key by selecting one
		of its signatures.				 1 Dec 2001

 92		Modified getting address for IsDebuggerPresent
		and IsProcessorFeaturePresent functions in 
		KERNEL32.DLL since these functions are not 
		present in Win95. The program now gets them 
		dynamically, instead of being hard coded
		into the program.				 2 Dec 2001

 93		If the first key on your Public Key Ring did not
		have a signature, and you selected the Delete
		Signatures procedures the program would go into
		an infinite loop. This is fixed.		 4 Dec 2001

 94		Corrected the behavior of the Ctrl Key for the
		Delete Signatures procedures. It now works
		correctly.					 4 Dec 2001

 95		If the are no signatures in a Public Key Ring
		to delete, you will get an appropriate error
		message box when trying to delete signatures.	 4 Dec 2001

 96		After encryting an e-mail message, the return
		receipt button correctly reflects if you 
		requested a return receipt or not.		 5 Dec 2001

 97		Corrected error that could cause a TCP/IP error
		when sending e-mail messages and you would have 
		to reboot your computer.	 		 6 Dec 2001

 98		The program now returns you to the last folder
		visited when you open a dialog box to get a
		folder or open or save a file.			10 Dec 2001

 99		When entering a Pass Phrase and you click OK
		without any Pass Phrase entered, you now get
		a message box saying to enter a Pass Phrase or
		select Cancel.					10 Dec 2001

 100		Fixed problem with extracting the complete 
		text of an encrypted message if you had more 
		than 64K in the message. The high order word 
		in a double word was dropped in GetDlgItemText, 
		therefore the value remaining in the low word 
		was the only text extracted and sent. All of
		the encypted text is now extracted and sent.	11 Dec 2001
 
 101		Increased the limit in the Rich Text Edit 
		Controls to 1 Megabyte.				11 Dec 2001	

 102		Added Print Command to the context menu in the
		Rich Text Edit Controls.			12 Dec 2001
		
		Interim Release 1.10.006 using the same zip
		file name of Tsc110.zip.			14 Dec 2001

 103		Grayed the Selection radiobutton in the Printer
		Setup dialog box for printing the contents of a 
		rich text edit control.				20 Dec 2001

 104		Modified the way the tab key works in Write,
		Encrypt, and Send an e-mail message to not 
		affect the radiobuttons.			20 Dec 2001

 105		Added the Sender's name and Key ID of any 
		encrypted file, e-mail, or clipboard encrypted 
		message to the Decipher a File dialog box so 
		you can see who the sender is in all cases.	10 Jan 2001 

 106		Added a menu item to allow you to download
		e-mail or not when logging on to MAPI.		10 Jan 2002

 107		Added customise toolbar procedure with 16 new
		toolbar buttons			.		14 Jan 2002

 108		Added the Key ID and Signature size to the
		error message when you do not have a Public
		Key to decrypt a Signature Packet.		19 Jan 2002

 109		Changed the Cancel button in the Registration
		Reminder dialog box to Register Later.		19 Jan 2002

 110		Changed the graphic for the Wipe Files toolbar
		button.						21 Jan 2002

 111		Added new menu item to toggle on or off the
		sending of error information to the clipboard.	24 Jan 2002

 112		Added View Encrypted Clipboard Contents 
		procedure which allows you to view the underlying
		encrypted contents and the sender and all of the
		recipients.					26 Jan 2002

 113		Revamped a lot of the internal links in the Help
		Topics.						28 Jan 2002

 114		Changed installation programs.			06 Feb 2002

 115		Correct retrieving of custom colors and state
		of Don't Show Me This Again button from the
		registry. Unregistered users can now set and
		retrieve these values.				07 Feb 2002

 116		Added a dialog box to ask if you want to set
		the correct values in the registry for Simple
		MAPI is they are missing or incorrect.		07 Feb 2002

 117		Fixed error that prevented you from using a
		True One Time Pad File to encrypt an e-mail
		message. It would always report insufficient
		random bytes in file.				08 Feb 2002

		Twelth Release as Tsc111.exe			13 Feb 2002

 118		Increased Public and Secret Key size to
		16,384 bits.					12 May 2002

 119		When you cancel encryption of an e-mail
		message, you will be asked if you want to save
		the original contents in a file called
		Clipboard.rtf in the Windows Temp Folder.	14 May 2002

 120		The Help Button in the Customize Toolbar 
		dialog box is now displayed.			01 Jun 2002

 121		Added a wipe file after it is encrypted
		check box to the Select a File to Encipher
		dialog box.					02 Jun 2002

 122		The Random Bits Bin Thread can now be set to
		idle, and back to normal thread priority.	02 Jun 2002

 123		Added a wipe files after they are compressed
		check box to the Select One or More Files to
		Packed and Select One or More Files to add to
		a Packed File dialog boxs.			03 Jun 2002

 124		An intermediate file in the pack file and add
		files to a packed file procedures is now wiped
	 	and deleted instead of just deleted.		03 Jun 2002

 125		Added a wipe file after it is decrypted check
		box to the Select a File to Decipher dialog
		box.						05 Jun 2002

 126		Added a wipe file check box to the One Time
		Pad Key File and True One Time Pad File 
		selection dialog boxes so they can be wiped
		after use.		 			05 Jun 2002

 127		Added a wipe file check box to the Transform
		and Extract e-mail file selection dialog boxes
		so they can be wiped after use.			06 Jun 2002

 128		Added the move Random Bits Bin File
		procedure.					07 Jun 2002

 129		Removed the set maximum screen size to
		640 by 480 from the Options Menu. It is no
		longer needed with the new 45 day trial period.	10 Jun 2002

 130		Added the Sha, Secure Hash Algorithm, and a
		39-bit timestamp.				17 Jun 2002

 131		The encryption and decryption procedures can
		now automatically pack and unpack files before
		encryption and after decryption.		22 Jun 2002

 132		Added a context menu to the file attachment
		list box for deleting selected files.		27 Jun 2002

 133		When you save a file attachment to disk, if it
		is packed or encrypted, it will automatically
		be unpacked and decrypted.			27 Jun 2002

 134		When you attach files to an e-mail message you
		can now select to compress and encrypt them, 
		and delete the originals.			27 Jun 2002

 135		Added Create, Sign-In to, Sign-Out of, and 
		Delete Administrator Account.			04 Jul 2002

 136		Added change Administrator Account name and
		pass phrase, and set Universal Public Key.	05 Jul 2002

 137		Added Administrator Settings procedure.		10 Jul 2002

 138		Added three new menu items to the Help Menu.	17 Jul 2002

 139		Updated all data compression procedures to use
		the deflate compression algorithm.		19 Jul 2002

 140		Added compression for e-mail messages and the
		clipboard when using the New Protocol.		20 Jul 2002
 
 141		Added a Use Old Protocol menu item under the
		File menu with a toolbar button too.		20 Jul 2002

 142		Added password protection for executing
		Top Secret Crypto Gold.				25 Jul 2002

 143		Added procedures to wipe, compress, delete,
		or encrypt all the files in a folder.		31 July 2002

 144		Added a Virtual Keyboard to the program for
		entering passwords and pass phrases.		05 Aug 2002

 145		Added accelerator keys to many of the menu
		items.						16 Aug 2002

		Thirteenth Release as Tsc200.exe		22 Aug 2002

 146		Added Set Time Using the Internet procedure.	15 Oct 2002

 147		Added support for different bullets if Rich
		Edit Control v3.0 is installed.			28 Oct 2002

 148		Added a Format Paragraph dialog box to use
		with the Rich Text Edit Control.		01 Nov 2002

 149		Added an Insert Date or Time dialog box to
		use with the Rich Text Edit Control.		02 Nov 2002

 150		Changed the Message Box for deleting messages
		to a dialog box with Yes, Yes to All, No,
		Cancel, and Help.				03 Nov 2002

 151		Added Set or Change Chat Key procedure.		16 Nov 2002

 152		Added menu item to sort e-mail in the Inbox
		in descending order.				05 Dec 2002

 153		Added a procedure to conduct a Phi Test on
		the current contents of the Random Bits Bin.	06 Dec 2002

 154		Added a procedure to conduct a Phi Test on
		a True One Time Pad File.			07 Dec 2002

 155		Added command line argument support.		11 Dec 2002

 156		Added export a Secret Key to the clipboard
		procedure.					15 Dec 2002

 157		Added import a Secret Key from the clipboard
		procedure.					16 Dec 2002

 158		Added new Key Fingerprint procedure.		05 Jan 2003

 159		Added function to convert Version 4 PGP
		keys to Version 3 so they can be added to
		the program.					11 Jan 2003

 160		Added procedure to create detached signatures.	24 Jan 2003

 161		Added procedure to check detached signatures.	29 Jan 2003

 162		Added Senty Spelling Checker to the program.	13 Feb 2003

 163		The correct MAPI dll is now loaded for the
		default e-mail client.				18 Feb 2003

 164		Added Top Secret Journal procedures.		19 Mar 2003

 165		Changed the registration file to include
		all of the registration information.		04 Apr 2003

 166		Added dial-up networking menu and toolbar
		item.						18 Apr 2003

 167		Added Top Secret Chat procedure.		16 May 2003

 168		Added Phi Test for Top Secret Journal Files.	17 May 2003

		Fourteenth Release as Tsc300.exe.		15 Jun 2003

 169		Added Find and Replace dialog boxes for the
		rich text edit boxes when composing e-mail
		or making a journal entry.			10 Sep 2003

 170		Modified the attach files dialog box when
		composing e-mail to automatically compress
		and encrypt files. You have to check the check
		box to not do this.				11 Sep 2003

 171		Modified the Virtual Keyboard procedure so a
		password sniffer program cannot retrieve the
		password.					12 Sep 2003

 172		Modified the procedure that checks for a valid
		always on Internet connection so it exits
		properly when no connection is found.		25 Sep 2003

 173		Added dialog box to enter permanently assigned
		public IP address when using an always on
		Internet connection.				28 Sep 2003

 175		Added 60 smileys that can be inserted into
		e-mail, chat messages, or journal entries.	11 Oct 2003

 176		Added Insert Picture support for rich edit
		control in e-mail and journal entries.		13 Oct 2003

 177		Added Smileys to the chat procedure.		16 Oct 2003

 178		Added Start Indent and Subsequent Lines
		Indent to Bullets dialog box.			23 Oct 2003

		Fifthteenth Release as Tsc310.exe		10 Nov 2003

 179		Added Randon Bits Bin Statistics.		12 Dec 2003

 180		Upgraded the Zlib Library to versin 1.2.1	12 Dec 2003

 181		Added 120 new smileys.				12 Dec 2003

 182		Updated the procedure that checks for an
		active Internet connection when you have an
		always on connection.				12 Dec 2003

 183		Added Convert File to convert a file to a
		True One Time Pad File.				13 Dec 2003

 184		Corrected code to save the background color
		for e-mail and journal entry when not changing
		font on installation.				16 Dec 2003

 185		Fixed exotic error when saving a journal page.	16 Dec 2003

		Sixteenth Release as Tsc320.exe			16 Dec 2003

 186		Fixed error present in release version that
		caused the program to crash if you selected to
		compress more than one file.			 9 Jan 2004

		Seventeenth Release as Tsc330.exe.		10 Jan 2004

 187		Designed new toolbar bitmaps.			28 Jan 2004

 188		Designed new file icons.			31 Jan 2004

 189		Modified the Make a True One Time Pad File
		procedure to hash the output of the random
		bits bin with the Sha1 algorithm.		04 Feb 2004

 190		Changed the Stir the Random Bits Bin
		procedure to use the Sha1 hash algorithm.	04 Feb 2004

 191		Changed the default Cancel button on the
		dialog box for entering a pass phrase when
		checking a key ring to Skip.			04 Feb 2004

 192		Added a procedure to switch between the old
		and the new toolbar bitmaps.			05 Feb 2004

 193		Modified the Write E-mail procedure so you can
		click on entered URLs to see if they are valid.	06 Feb 2004

 194		Added the ability to designate a folder to
		store all encrypted files in.			13 Feb 2004

 195		Correct error in compressing a small data
		stream in memory using the new Zlb library.	14 Feb 2004

		Eightteenth Release as version 3.40.000
		as Tsc340.exe					15 Mar 2004

 196		Made a small modification to the code for
		extracting random bits from the random bits
		bin.						04 Mar 2004

 197		The program now explicitly requests a 12 point
		font size when printing one time pads and
		instructions.					04 Mar 2004

		Nineteenth Release as version 3.40.001 
		as Tsc340.exe					06 Mar 2004

 198		Added shortcut key to Insert Picture menu
		item in context menu when composing e-mail.	08 Apr 2004

 199		The Close button in the dialog box when
		setting time from the Internet now closes the
		dialog box.					08 Apr 2004

 200		Corrected error in the Virtual Keyboard
		procedure that causes the program to crash if
		you used the backspace key.			09 Apr 2004

 201		Modified procedures so you can enter the first
		part of a pass phrase with the Virtual Keyboard
		and the rest with the keyboard.			09 Apr 2004

		Twentieth Release as version 3.40.002
		as Tsc340.exe.					09 Apr 2004

 202		Starting with version 3.50, Top Secret Crypto
		Gold is now free for personal private use.	17 Jun 2004

 203		The Administrator procedures are now available
		to everyone.					17 Jun 2004

		Twenty-First Release as version 3.50.000 as
		Tsc350.exe.					22 Jun 2004

 204		Added procedure to write an e-mail message
		in a rich text window and encrypt it to the
		clipboard.					19 Jul 2004

 205		Added procedure to decrypt an e-mail message
		in the clipboard and read it in a rich text
		window						19 Jul 2004

 206		The read e-mail rich text windows now display
		the correct context menu when you right click
		the mouse in the window.			19 Jul 2004

 207		Added Top Secret Crypto Gold Support Forum on
		the Internet for the program.			25 Jul 2004

		Twenty-Second Release as versionn 3.60.000 as
		Tsc360.exe.					25 Jul 2004

 208		Updated Sentry Spelling Checker to version
		5.15.4.0.					10 Aug 2004

 209		Corrected error when reading e-mail message
		encrypted via the clipboard. The black text
		and black background which could not be read
		has been corrected.				12 Aug 2004

 210		Corrected data stream in error in a rich text
		window when decrypted and reading the
		clipboard.					12 Aug 2004

 211		Added 48 by 48 bit file icons to support tile
		view in Windows Explorer and other programs.	25 Aug 2004

 212		The program now remembers its position and
		size for the next time it is executed.		26 Aug 2004

 213		Under Windows NT, 2000, and XP the procedures
		for setting the sytem time are only available
		to a person if they are signed on as
		administrator.					28 Aug 2004

 214		Under Windows NT, 2000, and XP only persons
		signed on to the computer as administrators
		can create an Administrator Account for Top
		Secret Crypto Gold.				28 Aug 2004

 215		Fixed problem of no toolbar buttons being
		displayed for the first time a new user on 
		the computer used the program.			28 Aug 2004

 213		Tested program with Windows XP Pro SP2.		30 Aug 2004

		Twenty-Third Release as version 3.70.000 as
		Tsc370.exe.					01 Sep 2004

 214		Added mouse wheel support to the windows in
		View a Public or Secret Key Ring File and in
		View a One Time Pad Key File, and the
		procedures for viewing Phi and Chi Tests.	14 Sep 2004

 215		Updated the decrypt e-mail and clipboard
		procedures to handle from 1 to 5 lines after
		the Clipboard Format Line.			30 Sep 2004

 216		The menu items and toolbar buttons for the
		encrypted e-mail clipboard procedures now
		reflect the correct state when key rings are
		loaded or not.					01 Oct 2004

 217		Upgraded the Zlib Library to verison 1.2.2.	18 Oct 2004

 218		Changed compile settings to multithread DLL
		which gives a smaller exe file.			18 Oct 2004

 219		Changed the file extension for .key files to
		.rsakey so it will not conflict with the .key
		file extension used by regedit.exe.		27 Oct 2004

 220		Modified the program and installation program
		so it can be installed and run on any computer
		using removeable media.				02 Nov 2004

 221		Modified the Format Paragraph dialog box so it
		will be easier to understand.			03 Nov 2004

 222		Modified the Check Spelling dialog box so it
		always remains on top until you close it.	08 Nov 2004

 223		Added the Option of displaying a Title and
		Icon in the toolbar tool tip window if you
		have Comctl32.dll version 5.80 or greater.	08 Nov 2004

 224		If the Random Bits Bin File cannot be found in
		it last stored location, a new one will be
		created or opened in the parent folder of the
		program.					10 Nov 2004

 225		Added Select Highlight Color and Turn
		Highlighting Off to the context menu for rich
		text edit windows.				12 Nov 2004

 226		Added the ability to select from 6 different
		underline styles for rich text edit control
		v3.0 or greater.				13 Nov 2004

 227		Added the option to Cancel the closing of a
		journal when you have an edited page that has
		not been saved.					22 Nov 2004

 228		Upgraded to the Sha512 secure hash algorithm
		as the default for signing keys, files, and
		e-mail.						04 Feb 2005

 229		Added Danish, French, German, Italian, and
		Spanish spell checking dictionaries.		04 Feb 2005

 230		Removed the Option to use two sets of icons
		in message boxes.				07 Feb 2005

 231		Replaced the c string handling procedures with
		safe string handling procedures that prevent
		internal buffer overruns.			12 Feb 2005

		TWenty-Fourth release as version 4.00.000 as
		Tsc400.exe.					20 Feb 2005



		